EditableMovie.CommitChanges Method

Returns a Boolean. It returns True if the commit is successful.

Syntax

Commits changes to the EditableMovie manually. You can also do this using the class's destructor. And, if you set SaveOnClose to True, it will save changes automatically when the EditableMovie goes out of scope.